diff options
| author | real-zephex <[email protected]> | 2024-04-10 07:17:40 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-10 07:17:40 +0530 |
| commit | 598907ac08167905a3fe01c6e3d2319240acf53f (patch) | |
| tree | 93e126651313854c9930018695ea27532f91608f /src/app/kdrama/[id]/page.jsx | |
| parent | minor changes (diff) | |
| download | dramalama-598907ac08167905a3fe01c6e3d2319240acf53f.tar.xz dramalama-598907ac08167905a3fe01c6e3d2319240acf53f.zip | |
removed edge funcitons
Diffstat (limited to 'src/app/kdrama/[id]/page.jsx')
| -rw-r--r-- | src/app/kdrama/[id]/page.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/kdrama/[id]/page.jsx b/src/app/kdrama/[id]/page.jsx index 8f0fa9c..dce39ac 100644 --- a/src/app/kdrama/[id]/page.jsx +++ b/src/app/kdrama/[id]/page.jsx @@ -3,8 +3,6 @@ import Image from "next/image"; import EpisodesButtons from "./buttons"; import PreFetchVideoLinks from "../components/cacher"; -export const runtime = "edge"; - export default async function DramaInfo({ params }) { const id = decodeURIComponent(params.id); const info = await getDramaInfo(id); |